From: Platonides Date: Sun, 15 May 2011 13:12:19 +0000 (+0000) Subject: Follow up r87805. Remove unused global. X-Git-Tag: 1.31.0-rc.0~30154 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=2132b9df69777f78d90699dd5488b643ab93d3fb;p=lhc%2Fweb%2Fwiklou.git Follow up r87805. Remove unused global. --- diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index 2ed649505b..fe88cb879a 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -1195,7 +1195,7 @@ class SpecialUndelete extends SpecialPage { } private function formatRevisionRow( $row, $earliestLiveTime, $remaining, $sk ) { - global $wgUser, $wgLang; + global $wgLang; $rev = Revision::newFromArchiveRow( $row, array( 'page' => $this->mTargetObj->getArticleId() ) );